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 /x11-wm/libepplet | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'x11-wm/libepplet')
-rw-r--r-- | x11-wm/libepplet/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/libepplet/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile index 0daef64f5d62..d06287fc4544 100644 --- a/x11-wm/libepplet/Makefile +++ b/x11-wm/libepplet/Makefile @@ -7,7 +7,7 @@ PORTNAME= libepplet PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_GNOME= imlib USE_GL= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ EBIN="${X11BASE}/bin" \ CPPFLAGS="${CPPFLAGS}" \ diff --git a/x11-wm/libepplet/pkg-plist b/x11-wm/libepplet/pkg-plist index 367a9a2cc1a0..a2dc768fa62c 100644 --- a/x11-wm/libepplet/pkg-plist +++ b/x11-wm/libepplet/pkg-plist @@ -1,4 +1,5 @@ include/epplet.h lib/libepplet.a +lib/libepplet.la lib/libepplet.so lib/libepplet.so.1 |