diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-13 06:51:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-13 06:51:04 +0800 |
commit | 39f55492764e9d2da00db9ecaf96eec884345faf (patch) | |
tree | 2139300250e80e09e35050eccf335b050e9cea09 /x11-toolkits | |
parent | 912fc54f2eabf4906a1628bdddc74cc2cc5f278a (diff) | |
download | freebsd-ports-gnome-39f55492764e9d2da00db9ecaf96eec884345faf.tar.gz freebsd-ports-gnome-39f55492764e9d2da00db9ecaf96eec884345faf.tar.zst freebsd-ports-gnome-39f55492764e9d2da00db9ecaf96eec884345faf.zip |
Use USE_X_PREFIX.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkglarea/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile index 18b66e4e2f39..7cec8526196c 100644 --- a/x11-toolkits/gtkglarea/Makefile +++ b/x11-toolkits/gtkglarea/Makefile @@ -7,11 +7,13 @@ PORTNAME= gtkglarea PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ MAINTAINER= jaeger16@yahoo.com +USE_X_PREFIX= yes USE_MESA= yes USE_GNOMENG= yes USE_GNOME= gtk12 |