diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-03-25 14:35:28 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-03-25 14:35:28 +0000 |
commit | 1c9d378ec2b42c52e3784c2fbf9457ff334455d9 (patch) | |
tree | 2df1b69f940c324ce8bc518cde5977e3b7e37a89 /net/gnomeicu/Makefile | |
parent | 01ac56597ce1a88eec02596fd3237871e00725f5 (diff) |
Notes
Diffstat (limited to 'net/gnomeicu/Makefile')
-rw-r--r-- | net/gnomeicu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gnomeicu/Makefile b/net/gnomeicu/Makefile index 884c1535f1f8..68b9e4934e95 100644 --- a/net/gnomeicu/Makefile +++ b/net/gnomeicu/Makefile @@ -20,7 +20,9 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include <bsd.port.mk> |