diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-07-03 08:16:45 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-07-03 08:16:45 +0800 |
commit | a7119fb669481f2824bedc2d10d9e0403766540f (patch) | |
tree | 30801d75d003a18c71d7eb37865fa523eeaff314 /x11 | |
parent | 2ffb7c40b439db495d3d718fb8f6951fa2c1565c (diff) | |
download | freebsd-ports-gnome-a7119fb669481f2824bedc2d10d9e0403766540f.tar.gz freebsd-ports-gnome-a7119fb669481f2824bedc2d10d9e0403766540f.tar.zst freebsd-ports-gnome-a7119fb669481f2824bedc2d10d9e0403766540f.zip |
Add USE_ICONV to Makefile, and it fix the incorrect pkg-plist problem.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar_dot . org>
Noticed by: kris@
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ecore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile index 3a76964af505..aabd20e42a6e 100644 --- a/x11/ecore/Makefile +++ b/x11/ecore/Makefile @@ -7,6 +7,7 @@ PORTNAME= ecore PORTVERSION= 0.9.9.010 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://enlightenment.freedesktop.org/files/ @@ -15,10 +16,9 @@ COMMENT= A core event abstraction library LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas -BROKEN= Incorrect pkg-plist - USE_X_PREFIX= yes USE_LIBTOOL_VER= 15 +USE_ICONV= yes USE_GNOME= gnomehack pkgconfig gnometarget INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --enable-pthreads |