diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-14 14:04:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-14 14:04:18 +0800 |
commit | d34648c4532ea8c68e2d4ebe855bbde2a71ddff4 (patch) | |
tree | cc5d82cb15d40c7c2d91cfe4128174f62087951c | |
parent | 73094655b8bae081e6a632d77bd368b096ed7bb7 (diff) | |
download | freebsd-ports-gnome-d34648c4532ea8c68e2d4ebe855bbde2a71ddff4.tar.gz freebsd-ports-gnome-d34648c4532ea8c68e2d4ebe855bbde2a71ddff4.tar.zst freebsd-ports-gnome-d34648c4532ea8c68e2d4ebe855bbde2a71ddff4.zip |
In order to use gnomeprefix, you must use USE_X_PREFIX. This fixes a problem
with leftover directories during package building.
Reported by: pointyhat via kris
-rw-r--r-- | x11-toolkits/inti/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/inti/Makefile b/x11-toolkits/inti/Makefile index 79073dac655a..abe8e00a5bae 100644 --- a/x11-toolkits/inti/Makefile +++ b/x11-toolkits/inti/Makefile @@ -8,7 +8,7 @@ PORTNAME= inti PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= inti @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A set of C++ classes for developing GNOME and GTK+ applications USE_GNOME= glib20 gtk20 atk pango gnomehack gnomeprefix +USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" |