diff options
author | anders <anders@FreeBSD.org> | 2003-06-02 06:56:20 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-06-02 06:56:20 +0800 |
commit | 19444840362f318cef8e28648effcd1a12aa82e6 (patch) | |
tree | 6e71c12ccb0341f0b9c8191810f32dc6203e6413 | |
parent | 4c3f53b6fdede3fd9afdb523da034e3d530bd6a9 (diff) | |
download | freebsd-ports-gnome-19444840362f318cef8e28648effcd1a12aa82e6.tar.gz freebsd-ports-gnome-19444840362f318cef8e28648effcd1a12aa82e6.tar.zst freebsd-ports-gnome-19444840362f318cef8e28648effcd1a12aa82e6.zip |
Unbreak this port by updating to current bsd.gnome.mk standards.
PR: ports/45301
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
-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 40066ff208f0..7a58f069c778 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= yes +USE_GNOME= gnomeprefix gnomehack gnomehier gnomelibs libgnomeui USE_X_PREFIX= yes USE_REINPLACE= yes |