diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-16 03:11:15 +0800 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-16 03:11:15 +0800 |
commit | 33656a71ce562fa5582dbb809fdb3c0ca5e4be9f (patch) | |
tree | 5b6c8da25db68bc9e89783dc34b1c41fd3c64518 /graphics/gview | |
parent | 9251f84302c3ae058966c919e6f284b8524a1849 (diff) | |
download | freebsd-ports-gnome-33656a71ce562fa5582dbb809fdb3c0ca5e4be9f.tar.gz freebsd-ports-gnome-33656a71ce562fa5582dbb809fdb3c0ca5e4be9f.tar.zst freebsd-ports-gnome-33656a71ce562fa5582dbb809fdb3c0ca5e4be9f.zip |
Add some CONFIGURE_ENV's so a static libintl doesn't get built in.
PR: 18527
Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
Diffstat (limited to 'graphics/gview')
-rw-r--r-- | graphics/gview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gview/Makefile b/graphics/gview/Makefile index 08bc084fa31a..43d05c30baf2 100644 --- a/graphics/gview/Makefile +++ b/graphics/gview/Makefile @@ -22,7 +22,9 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + GTK_CONFIG="${GTK_CONFIG}" post-install: .if !defined(NOPORTDOCS) |