diff options
Diffstat (limited to 'devel/rudiments/Makefile')
-rw-r--r-- | devel/rudiments/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 58f10e7f3b6d..2eb4ab0493d7 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -7,6 +7,7 @@ PORTNAME= rudiments PORTVERSION= 0.28.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= A utility C++ class library for daemons, clients, servers and more USE_GNOME= pkgconfig USE_GMAKE= yes USE_OPENSSL= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl-includes=-I${OPENSSLBASE}/include \ --with-ssl-libs=-L${OPENSSLBASE}/lib --disable-pcre CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |