diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 23:31:33 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 23:31:33 +0800 |
commit | 93b8f14b85002092175020a9eb55761d91a8a613 (patch) | |
tree | fac54b2858ac8bddffee2c7a42b876e0ae09a801 /www/viewml | |
parent | 28f497a7e40d442851196408f3474c56e2f08a02 (diff) | |
download | freebsd-ports-gnome-93b8f14b85002092175020a9eb55761d91a8a613.tar.gz freebsd-ports-gnome-93b8f14b85002092175020a9eb55761d91a8a613.tar.zst freebsd-ports-gnome-93b8f14b85002092175020a9eb55761d91a8a613.zip |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'www/viewml')
-rw-r--r-- | www/viewml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/viewml/Makefile b/www/viewml/Makefile index 68cecbd3e6f9..fa59e94e74c5 100644 --- a/www/viewml/Makefile +++ b/www/viewml/Makefile @@ -21,7 +21,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_BISON= yes CFLAGS+= -fpermissive -include /usr/include/sys/types.h \ -DPREFIX=\\\"${PREFIX}\\\" |