diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 06:39:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 06:39:24 +0000 |
commit | c05d4731913d01a57a0b51ce4563997f4c62372c (patch) | |
tree | 492cebf6b5d25a3c0a6707e151aace51584389cc | |
parent | 7210d0ec54f82690d414f49aca43f68e4689bd6b (diff) |
Notes
-rw-r--r-- | net/libarms/Makefile | 3 | ||||
-rw-r--r-- | net/qtweetlib/Makefile | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/net/libarms/Makefile b/net/libarms/Makefile index 6933a0e65418..ac4d038f52b6 100644 --- a/net/libarms/Makefile +++ b/net/libarms/Makefile @@ -12,14 +12,13 @@ COMMENT= SMFv2/ARMS client library for C LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes post-configure: @${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \ ${WRKSRC}/Makefile diff --git a/net/qtweetlib/Makefile b/net/qtweetlib/Makefile index 06f6bb79b199..342bda96470b 100644 --- a/net/qtweetlib/Makefile +++ b/net/qtweetlib/Makefile @@ -3,7 +3,6 @@ PORTNAME= qtweetlib PORTVERSION= 0.5 -#PORTREVISION= 0 CATEGORIES= net MAINTAINER= nivit@FreeBSD.org @@ -23,5 +22,4 @@ USE_GITHUB= yes USE_LDCONFIG= yes USE_QT4= gui moc_build network qmake_build rcc_build uic_build -NO_STAGE= yes .include <bsd.port.mk> |