diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 01:32:36 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 01:32:36 +0800 |
commit | 3622c21bbfeb591eff18ea7487ed36a57356674a (patch) | |
tree | c53e6668b9c94ff4cc58750bdaad04cbc882730d /news | |
parent | b7a376cd6f8a55e2c6827a4ef3cb8272286d7f78 (diff) | |
download | freebsd-ports-gnome-3622c21bbfeb591eff18ea7487ed36a57356674a.tar.gz freebsd-ports-gnome-3622c21bbfeb591eff18ea7487ed36a57356674a.tar.zst freebsd-ports-gnome-3622c21bbfeb591eff18ea7487ed36a57356674a.zip |
Add USE_GNOMELIBS= yes since configure looks for it and breaks if its not found.
PR: 28075
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'news')
-rw-r--r-- | news/glitter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/glitter/Makefile b/news/glitter/Makefile index 71b94ed28ab0..267c62e2a052 100644 --- a/news/glitter/Makefile +++ b/news/glitter/Makefile @@ -17,6 +17,7 @@ MAINTAINER= greg@gregnet.net USE_X_PREFIX= yes USE_GTK= yes WANT_GNOME= yes +USE_GNOMELIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |