diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-26 01:15:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-26 01:15:35 +0800 |
commit | 32304fd3c3acbe1eeec3c2a2ea87ea182f85ad0c (patch) | |
tree | b737d06c7735fd9af603d18c4837918a19be3c7e /devel/gvfs/Makefile | |
parent | fcbc746d9b3a384f2b4671dbe2c756fc6811d448 (diff) | |
download | marcuscom-ports-32304fd3c3acbe1eeec3c2a2ea87ea182f85ad0c.tar marcuscom-ports-32304fd3c3acbe1eeec3c2a2ea87ea182f85ad0c.tar.gz marcuscom-ports-32304fd3c3acbe1eeec3c2a2ea87ea182f85ad0c.tar.bz2 marcuscom-ports-32304fd3c3acbe1eeec3c2a2ea87ea182f85ad0c.tar.lz marcuscom-ports-32304fd3c3acbe1eeec3c2a2ea87ea182f85ad0c.tar.xz marcuscom-ports-32304fd3c3acbe1eeec3c2a2ea87ea182f85ad0c.tar.zst marcuscom-ports-32304fd3c3acbe1eeec3c2a2ea87ea182f85ad0c.zip |
We don't need to .la, also drop LDCONFIG since we don't have "public"
libraries anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19689 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/Makefile')
-rw-r--r-- | devel/gvfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index 812061e0f..4770e55dd 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ PORTSCOUT= limitw:1,even -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix intlhack intltool -USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |