Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/unieject/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2 Sep 2006 16:51:08 -0000 1.5 +++ Makefile 13 Oct 2006 07:53:55 -0000 @@ -17,11 +17,6 @@ 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 @@ 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