diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-06-01 23:23:41 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-06-01 23:23:41 +0000 |
commit | 41f78b665bcc9658747634ee9f86561799f47bc5 (patch) | |
tree | 3258202733b21322a48c2d9863330b1c7d43b9dc /security/fpm | |
parent | Unbreak this port by updating to current bsd.gnome.mk standards. (diff) |
Don't require the wrong libgnomeui - the one we want is in gnomelibs. No
need to require gnomehier either.
Pointy hat to: me
Submitted by: marcus
Notes
Notes:
svn path=/head/; revision=81945
Diffstat (limited to 'security/fpm')
-rw-r--r-- | security/fpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile index 7a58f069c778..fda0a8250bff 100644 --- a/security/fpm/Makefile +++ b/security/fpm/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anders@FreeBSD.org COMMENT= Figaro's Password Manager, an app to securely store your passwords -USE_GNOME= gnomeprefix gnomehack gnomehier gnomelibs libgnomeui +USE_GNOME= gnomeprefix gnomehack gnomelibs USE_X_PREFIX= yes USE_REINPLACE= yes |