aboutsummaryrefslogtreecommitdiff
path: root/security/libident/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r--security/libident/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index c2a9b9430f96..b2ed029caab9 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -6,22 +6,22 @@
#
PORTNAME= libident
-PORTVERSION= 0.31
+PORTVERSION= 0.32
CATEGORIES= security
MASTER_SITES= http://rdenisc.free.fr/libident/
MAINTAINER= ports@FreeBSD.org
COMMENT= A small library to interface the ident protocol server (rfc1413)
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_GNOME= gnometarget lthack
USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
MAN3= ident.3
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor