diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /lang/embryo | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'lang/embryo')
-rw-r--r-- | lang/embryo/Makefile | 3 | ||||
-rw-r--r-- | lang/embryo/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index 821cedf586b5..36fb62f5a1f1 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -7,13 +7,14 @@ PORTNAME= embryo PORTVERSION= 0.9.1.023 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://enlightenment.freedesktop.org/files/ MAINTAINER= vanilla@FreeBSD.org COMMENT= A C like scripting language used in parts of the Enlightenment -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/lang/embryo/pkg-plist b/lang/embryo/pkg-plist index caa404b93ee7..4184145acf10 100644 --- a/lang/embryo/pkg-plist +++ b/lang/embryo/pkg-plist @@ -3,6 +3,7 @@ bin/embryo_cc bin/embryo-config include/Embryo.h lib/libembryo.a +lib/libembryo.la lib/libembryo.so lib/libembryo.so.9 libdata/pkgconfig/embryo.pc |