diff options
Diffstat (limited to 'databases/sqlcached/Makefile')
| -rw-r--r-- | databases/sqlcached/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/sqlcached/Makefile b/databases/sqlcached/Makefile index a6fa2740d0d3..ac84ac19e3a1 100644 --- a/databases/sqlcached/Makefile +++ b/databases/sqlcached/Makefile @@ -3,18 +3,14 @@ PORTNAME= sqlcached PORTVERSION= r6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ivoras@FreeBSD.org COMMENT= Cache daemon using SQL for data manipulation -LIB_DEPENDS= libsqlite.so:databases/sqlite2 - -USES= readline ncurses tar:tgz - -LDFLAGS+= -L${LOCALBASE}/lib +USES= localbase:ldflags ncurses readline sqlite tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} @@ -26,7 +22,6 @@ PLIST_FILES= bin/${PORTNAME} etc/rc.d/${PORTNAME} \ OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/Makefile @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/FreeBSD/${PORTNAME} |
