aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/inti
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-14 06:04:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-14 06:04:18 +0000
commitbe9fbfd6ab5a0247e76e25983e6d2478cee16f6a (patch)
treeced8df89e7e8db1c9f44f2e79788429fc11e7fe6 /x11-toolkits/inti
parent030cf21ece68b25a6ae87b57422042e585f503c4 (diff)
downloadports-be9fbfd6ab5a0247e76e25983e6d2478cee16f6a.tar.gz
ports-be9fbfd6ab5a0247e76e25983e6d2478cee16f6a.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
Notes
Notes: svn path=/head/; revision=128745
Diffstat (limited to 'x11-toolkits/inti')
-rw-r--r--x11-toolkits/inti/Makefile3
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}"