Index: head/devel/newt/Makefile =================================================================== --- head/devel/newt/Makefile (revision 27965) +++ head/devel/newt/Makefile (revision 27966) @@ -1,39 +1,39 @@ # New ports collection makefile for: newt # Date created: 08 Jan 2000 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= newt PORTVERSION= 0.50.13 CATEGORIES= devel MASTER_SITES= \ ftp://ftp.cdrom.com/pub/linux/redhat/redhat-6.1/SRPMS/SRPMS/ \ ftp://ftp.redhat.com/pub/redhat/redhat-6.1/SRPMS/SRPMS/ \ ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/redhat-6.1/SRPMS/SRPMS/ DISTNAME= ${PORTNAME}-0.50-13 EXTRACT_SUFX= .src.rpm MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ + popt.0:${PORTSDIR}/devel/popt BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm \ - python:${PORTSDIR}/lang/python \ - ${LOCALBASE}/include/popt.h:${PORTSDIR}/devel/popt + python:${PORTSDIR}/lang/python USE_GMAKE= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/newt-0.50 VERSION= 0 MAKE_ENV+= prefix=${PREFIX} VERSION=${VERSION} CC=${CC} PCFLAGS="${CFLAGS}" PLIST_SUB+= VERSION="${VERSION}" CPIO?= /usr/bin/cpio do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @${LOCALBASE}/bin/rpm2cpio ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR};${CPIO} -i) @${TAR} xfz ${WRKSRC}.tar.gz -C ${WRKDIR} .include Property changes on: head/devel/newt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/logrotate/Makefile =================================================================== --- head/sysutils/logrotate/Makefile (revision 27965) +++ head/sysutils/logrotate/Makefile (revision 27966) @@ -1,36 +1,36 @@ # New ports collection makefile for: logrotate # Date Created: 29 Dec 1999 # Whom: Yuan-Chen Cheng # # $FreeBSD$ # PORTNAME= logrotate PORTVERSION= 3.3 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/current/SRPMS/SRPMS/ \ ftp://ftp.cdrom.com/pub/linux/redhat/current/SRPMS/SRPMS/ EXTRACT_SUFX= -1.src.rpm MAINTAINER= ycheng@sinica.edu.tw BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm \ - ${LOCALBASE}/lib/libpopt.a:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes MAN8= logrotate.8 MANCOMPRESSED= no do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @rpm2cpio ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR}; cpio -i) @tar -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR} post-install: @${MKDIR} ${PREFIX}/etc/logrotate.d @${SED} -e 's|__PREFIX__|${PREFIX}|' \ < ${FILESDIR}/logrotate.conf.sample > ${PREFIX}/etc/logrotate.conf.sample @${INSTALL_DATA} ${FILESDIR}/syslog.sample ${PREFIX}/etc/logrotate.d/ .include Property changes on: head/sysutils/logrotate/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property