diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 15:55:33 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 15:55:33 +0000 |
commit | 108c9af9fd3839a057de0d4a4548e34a75d7c47b (patch) | |
tree | 89f202d86a705c3f98059d0b7d02d4d1ddb408bc /finance/gnofin | |
parent | 9bbd4ae2e60038d2ee87582bd3528e53be599c79 (diff) |
Notes
Diffstat (limited to 'finance/gnofin')
-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="" |