diff options
-rw-r--r-- | devel/poslib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/poslib/Makefile b/devel/poslib/Makefile index 52bf415f7aef..1fc5795ca1ee 100644 --- a/devel/poslib/Makefile +++ b/devel/poslib/Makefile @@ -7,6 +7,7 @@ PORTNAME= poslib PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= posadis @@ -15,8 +16,6 @@ MAINTAINER= sergei@kolobov.com COMMENT= Posadis C++ DNS library GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS:C/-O.*/-O0 /} ${PTHREAD_CFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL= yes INSTALLS_SHLIB= yes |