diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-05-23 04:25:03 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-05-23 04:25:03 +0000 |
commit | c5a2ff0e1d2a766beb977dd4a7f691c0e33a8224 (patch) | |
tree | a5407a04123e28b14427d61779f2d191b804d1a9 /security/oidentd/Makefile | |
parent | d8796de8f6dbc4e1283eede7e985f75f59907d0a (diff) |
Notes
Diffstat (limited to 'security/oidentd/Makefile')
-rw-r--r-- | security/oidentd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index 8ea7bfcd0f74..e314b7490b06 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= oidentd -PORTVERSION= 2.0.7 -PORTREVISION= 8 +PORTVERSION= 2.0.8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ojnk @@ -16,6 +15,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Ident server that supports user-defined ident strings USE_RC_SUBR= yes +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |