diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-14 06:04:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-14 06:04:18 +0000 |
commit | be9fbfd6ab5a0247e76e25983e6d2478cee16f6a (patch) | |
tree | ced8df89e7e8db1c9f44f2e79788429fc11e7fe6 /x11-toolkits | |
parent | 030cf21ece68b25a6ae87b57422042e585f503c4 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-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}" |