diff options
Diffstat (limited to 'lang/embryo/Makefile')
-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} |