diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 01:06:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 01:06:13 +0000 |
commit | 3d948d5b89a06da2077518a07cc6d35aae6c8a93 (patch) | |
tree | 22700b713d1eb3093e95df9aab3dd0eb1ce95b11 /x11-toolkits/gtk30 | |
parent | bbd6a62a28b2cfb46e412091903f05d22b53e56c (diff) | |
download | ports-3d948d5b89a06da2077518a07cc6d35aae6c8a93.tar.gz ports-3d948d5b89a06da2077518a07cc6d35aae6c8a93.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 5ea00085e8bf..512cb6d61cc2 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -23,6 +23,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes USE_PERL5= yes USE_LIBTOOL= yes +LIBTOOLFLAGS= --disable-ltlibs --release-suffix CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X_CFLAGS="-I${LOCALBASE}/include" \ |