- Remove USE_X_PREFIX in favor of USE_XORG

Approved by:	miwi (mentor)
This commit is contained in:
Pietro Cerutti 2008-03-10 15:55:33 +00:00
parent 9bbd4ae2e6
commit 108c9af9fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208733

View file

@ -7,7 +7,7 @@
PORTNAME= gnofin PORTNAME= gnofin
PORTVERSION= 0.8.4 PORTVERSION= 0.8.4
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= finance deskutils gnome CATEGORIES= finance deskutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,13 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gahr@FreeBSD.org MAINTAINER= gahr@FreeBSD.org
COMMENT= Light-weight GNOME based financial management program COMMENT= Light-weight GNOME based financial management program
USE_X_PREFIX= yes USE_XORG= xpm sm
USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
.if !defined(WITHOUT_NLS) .if !defined(WITHOUT_NLS)
USE_GETTEXT=yes USE_GETTEXT=yes
PLIST_SUB= NLS="" PLIST_SUB= NLS=""