diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 07:04:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 07:04:20 +0000 |
commit | 60473e7015b66b27e1133d92eb8efd118af56db8 (patch) | |
tree | d6f763a8203f37cdb61059017328f2cbdb9cbacb /net/linc | |
parent | - Stage support (diff) |
- Stage support
- Convert to USES
Diffstat (limited to 'net/linc')
-rw-r--r-- | net/linc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile index 5e852f080165..cf60a7054cf8 100644 --- a/net/linc/Makefile +++ b/net/linc/Makefile @@ -15,8 +15,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -25,7 +24,6 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in |