diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:27:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:27:25 +0000 |
commit | 313ab95b42034defc0918867a5c039d6c49ecdf7 (patch) | |
tree | cd55a3d5d8406a39deb4e712212a5267481e0423 /devel/hypersrc | |
parent | 8e9366c679c9b9dd38bace93bddb5790972bbfb7 (diff) |
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=63638
Diffstat (limited to 'devel/hypersrc')
-rw-r--r-- | devel/hypersrc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hypersrc/Makefile b/devel/hypersrc/Makefile index b0992a5a3145..911160a10030 100644 --- a/devel/hypersrc/Makefile +++ b/devel/hypersrc/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomelibs USE_GMAKE= yes USE_REINPLACE= yes MAKEFILE= GNUmakefile |