summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-10-13 16:50:51 +0000
committersat <sat@FreeBSD.org>2006-10-13 16:50:51 +0000
commit12b666dfe12afdbcdbfd7e365b148261979435d4 (patch)
tree0954f8a5ff082331378a73395843f7426e788f72 /sysutils
parenta33dbe226faa690eb3bf88f1dff36b80fb5ddd79 (diff)
downloadFreeBSD-ports-12b666dfe12afdbcdbfd7e365b148261979435d4.zip
FreeBSD-ports-12b666dfe12afdbcdbfd7e365b148261979435d4.tar.gz
- Fix configure by avoiding calls to pkg-config
Approved by: portmgr (marcus)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/unieject/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile
index 5fdfd13..fad27c7 100644
--- a/sysutils/unieject/Makefile
+++ b/sysutils/unieject/Makefile
@@ -17,11 +17,6 @@ LIB_DEPENDS= cdio.7:${PORTSDIR}/sysutils/libcdio \
confuse.0:${PORTSDIR}/devel/libconfuse \
popt.0:${PORTSDIR}/devel/popt
-BROKEN= Configure fails
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
-USE_GNOME= pkgconfig
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_GETTEXT= yes
@@ -29,8 +24,9 @@ GNU_CONFIGURE= yes
MAN1= unieject.1
MAN5= unieject.conf.5
-CONFIGURE_ENV= CONFUSE_CFLAGS="-I${LOCALBASE}/include" \
- CONFUSE_LIBS="-L${LOCALBASE}/lib -lconfuse"
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib -lcdio -lconfuse
+CONFIGURE_ENV= PKG_CONFIG="${TRUE}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \
--with-libpopt-prefix=${LOCALBASE} --mandir=${MANPREFIX}/man
OpenPOWER on IntegriCloud