diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /devel/libast/Makefile | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
Notes
Diffstat (limited to 'devel/libast/Makefile')
-rw-r--r-- | devel/libast/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 0572b10f6994..ff0bb7b318c3 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -7,7 +7,7 @@ PORTNAME= libast PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://critical.ch/distfiles/ \ http://www.eterm.org/download/ @@ -15,12 +15,12 @@ MASTER_SITES= http://critical.ch/distfiles/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A library of assorted spiffy things -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - Imlib2.4:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_GNOME= gnomehack +USE_EFL= imlib2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |