diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /net/diradmin | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'net/diradmin')
-rw-r--r-- | net/diradmin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/diradmin/Makefile b/net/diradmin/Makefile index c157095d9aef..bd738bb268d7 100644 --- a/net/diradmin/Makefile +++ b/net/diradmin/Makefile @@ -7,7 +7,7 @@ PORTNAME= diradmin PORTVERSION= 1.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://diradmin.open-it.org/releases/ \ http://diradmin.open-it.org/releases/old/ @@ -19,7 +19,6 @@ COMMENT= A smart LDAP directory management tool GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_X_PREFIX= yes USE_GNOME= gnomelibs USE_OPENLDAP= yes USE_OPENSSL= yes |