diff options
Diffstat (limited to 'net/ushare')
-rw-r--r-- | net/ushare/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ushare/Makefile b/net/ushare/Makefile index 7901a1fe3fa2..3e556623d4e7 100644 --- a/net/ushare/Makefile +++ b/net/ushare/Makefile @@ -14,9 +14,7 @@ LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp HAS_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig -USES= gettext +USES= gettext gmake pkgconfig LDFLAGS+= -L${LOCALBASE}/lib -lintl CFLAGS+= -I${LOCALBASE}/include -I${WRKSRC} |