diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-10 23:50:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-10 23:50:54 +0800 |
commit | 0973f187eff386652d6b53ebec22126361f31238 (patch) | |
tree | c163d73896c13e047b28590d046dfeb36b2e0894 /lang | |
parent | e126e0ecacff39597c259d6779a41703066bc9b7 (diff) | |
download | freebsd-ports-gnome-0973f187eff386652d6b53ebec22126361f31238.tar.gz freebsd-ports-gnome-0973f187eff386652d6b53ebec22126361f31238.tar.zst freebsd-ports-gnome-0973f187eff386652d6b53ebec22126361f31238.zip |
Add gnometarget to USE_GNOME, that's better way.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/embryo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index cb2e689760ca..31a562db7813 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -15,11 +15,9 @@ MAINTAINER= vanilla@FreeBSD.org COMMENT= A C like scripting language used in parts of the Enlightenment USE_LIBTOOL_VER= 15 -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> - -CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |