diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:37:37 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:37:37 +0000 |
commit | a70230aec6fdd72a0fc7085f7ed8a3de414406bc (patch) | |
tree | 6761fdcca2ce349902c0d2d0957c9b56aa3bdd3b /x11/portoseguro | |
parent | b68b77b88c3c375f539f5d8b90767dffee49733d (diff) | |
download | ports-a70230aec6fdd72a0fc7085f7ed8a3de414406bc.tar.gz ports-a70230aec6fdd72a0fc7085f7ed8a3de414406bc.zip |
Notes
Diffstat (limited to 'x11/portoseguro')
-rw-r--r-- | x11/portoseguro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/portoseguro/Makefile b/x11/portoseguro/Makefile index 7d9125ae6d9d..39e0829ee08f 100644 --- a/x11/portoseguro/Makefile +++ b/x11/portoseguro/Makefile @@ -17,7 +17,8 @@ MAINTAINER= trevor@FreeBSD.org CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG} USE_AUTOCONF= yes GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes USE_XPM= yes WRKSRC= ${WRKDIR}/${PORTNAME} |