diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-19 00:23:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-19 00:23:27 +0800 |
commit | 1677b5813626f559938cd5a5d81136a1578302bd (patch) | |
tree | 3529abeaf004731272057d9c026d3c70ef2caa42 /ftp | |
parent | 5e20fecdf9d43a9752bc5da7e4983dfbce91167c (diff) | |
download | freebsd-ports-gnome-1677b5813626f559938cd5a5d81136a1578302bd.tar.gz freebsd-ports-gnome-1677b5813626f559938cd5a5d81136a1578302bd.tar.zst freebsd-ports-gnome-1677b5813626f559938cd5a5d81136a1578302bd.zip |
Add two missing dependencies and bump PORTREVISION.
Reported by: ozdemir dogan <ozdemirdgn@superonline.com>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gtm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index 1f3b7c75cec8..2e2ce1d0de5b 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtm PORTVERSION= 0.4.12 +PORTREVISION= 1 CATEGORIES= ftp gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_GNOME} @@ -22,7 +23,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs oaf +USE_GNOME= gnomeprefix gnomehack gnomelibs oaf gnomevfs libpanel USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |