diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-10 23:55:33 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-10 23:55:33 +0800 |
commit | f5c25607c06f5ce0f5a75bf5cf04c177696b9b96 (patch) | |
tree | c2d6f13ede275ebba8c215fa71b5cf4cb5fbe095 /finance | |
parent | a8feedb8571237281f4372120a0f4bab01639b54 (diff) | |
download | freebsd-ports-gnome-f5c25607c06f5ce0f5a75bf5cf04c177696b9b96.tar.gz freebsd-ports-gnome-f5c25607c06f5ce0f5a75bf5cf04c177696b9b96.tar.zst freebsd-ports-gnome-f5c25607c06f5ce0f5a75bf5cf04c177696b9b96.zip |
- Remove USE_X_PREFIX in favor of USE_XORG
Approved by: miwi (mentor)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnofin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index 03b15b38b835..53e351fa13e0 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnofin PORTVERSION= 0.8.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance deskutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,13 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gahr@FreeBSD.org COMMENT= Light-weight GNOME based financial management program -USE_X_PREFIX= yes +USE_XORG= xpm sm USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" + .if !defined(WITHOUT_NLS) USE_GETTEXT=yes PLIST_SUB= NLS="" |