diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
commit | 28f497a7e40d442851196408f3474c56e2f08a02 (patch) | |
tree | 16c9394030b8c0a24de3ab44e0ae0b8174d0860f /sysutils/xw | |
parent | c91580ae7cf32a96c876592ec457a24965d1251d (diff) | |
download | ports-28f497a7e40d442851196408f3474c56e2f08a02.tar.gz ports-28f497a7e40d442851196408f3474c56e2f08a02.zip |
Deploy USE_GNOMENG infrastructure
PR: 42285
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65419
Diffstat (limited to 'sysutils/xw')
-rw-r--r-- | sysutils/xw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xw/Makefile b/sysutils/xw/Makefile index 826b679473ab..56b933a989e0 100644 --- a/sysutils/xw/Makefile +++ b/sysutils/xw/Makefile @@ -14,8 +14,8 @@ MAINTAINER= ports@FreeBSD.Org GTK_CONFIG=${X11BASE}/bin/gtk12-config -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_X_PREFIX= yes .include <bsd.port.mk> |