diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /lang/embryo | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
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 |