diff options
Diffstat (limited to 'misc/amanda-server/Makefile')
-rw-r--r-- | misc/amanda-server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 4642e480ee46..0f40dc3977dd 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= amanda PORTVERSION= 3.3.2 -PORTREVISION= 2 +PORTREVISION?= 3 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} @@ -19,7 +19,8 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client GNU_CONFIGURE= yes -USES= charsetfix gmake pkgconfig perl5 +INSTALL_TARGET= install-strip +USES= charsetfix gmake libtool perl5 pkgconfig USE_GNOME= glib20 USE_OPENSSL= yes USE_LDCONFIG= yes |