diff options
author | kris <kris@FreeBSD.org> | 2004-12-19 22:15:51 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-19 22:15:51 +0000 |
commit | 4ee4d868ecc28c09129ae60028bbc57b69df77df (patch) | |
tree | e7ea031a0692f78041bf5d489b85543df62231c5 /security | |
parent | 14e83ad469b0488787a04b8558ebe04d27ee3bec (diff) | |
download | FreeBSD-ports-4ee4d868ecc28c09129ae60028bbc57b69df77df.zip FreeBSD-ports-4ee4d868ecc28c09129ae60028bbc57b69df77df.tar.gz |
s/BUILD_DEPEND/BUILD_DEPENDS/ and bump PORTREVISION
Diffstat (limited to 'security')
-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 8288865..5003ada 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkpasman PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= A GTK+ passwords manager for system and network administrators DOCS= README src/gpasman4.sample RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -BUILD_DEPEND+= gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf +BUILD_DEPENDS+= gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes USE_GMAKE= yes |