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 /security/gtkpasman/Makefile | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'security/gtkpasman/Makefile')
-rw-r--r-- | security/gtkpasman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index b64b5b967f52..299e82cc75a6 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -21,13 +21,14 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:14 aclocal:14 autoconf:213 +USE_AUTOTOOLS= automake:15 aclocal:15 autoconf:259 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message DOCS= README src/gpasman4.sample PLIST_FILES= bin/gtkpasman +ACLOCAL_ARGS?= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal .if !defined(NOPORTDOCS) PORTDOCS= README gpasman4.sample |