aboutsummaryrefslogtreecommitdiff
path: root/sysutils/unieject
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-10-13 16:50:51 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-10-13 16:50:51 +0000
commit6b736082e7a4c2a595d2a673aee546e2a26ecaeb (patch)
tree527c5400b4ecece24f8dcfd0dfa44ca7d182aa9b /sysutils/unieject
parent24037b9522ac4d71706b1ef83e249d2654105e2f (diff)
downloadports-6b736082e7a4c2a595d2a673aee546e2a26ecaeb.tar.gz
ports-6b736082e7a4c2a595d2a673aee546e2a26ecaeb.zip
- Fix configure by avoiding calls to pkg-config
Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=175247
Diffstat (limited to 'sysutils/unieject')
-rw-r--r--sysutils/unieject/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile
index 5fdfd13fdb03..fad27c795197 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