diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 13:31:52 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 13:31:52 +0000 |
commit | 8df0ab61203bcfbd7ed817228165c386df39d9d1 (patch) | |
tree | dd2ef7f8ed5395eb5eea34bcee8cc1c113487089 /devel/titano | |
parent | 736e3d0c57ee1bb1cb629b935372ee346eb9ad9a (diff) | |
download | FreeBSD-ports-8df0ab61203bcfbd7ed817228165c386df39d9d1.zip FreeBSD-ports-8df0ab61203bcfbd7ed817228165c386df39d9d1.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42195
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'devel/titano')
-rw-r--r-- | devel/titano/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/titano/Makefile b/devel/titano/Makefile index 85dbe96..c9aed73 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= gtkeditor.0:${PORTSDIR}/x11-toolkits/libgtkeditor WRKSRC= ${WRKDIR}/${DISTNAME:S/b//} USE_REINPLACE= yes -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes |