diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-18 16:23:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-18 16:23:27 +0000 |
commit | e20547fbae593a87344b205e073e322b793051d2 (patch) | |
tree | 6a1ec1772c3776a748588a763c1f8d9758c696c8 /ftp | |
parent | f6133af18aaa0411a44634f4b1c9fbc8b3431dd7 (diff) |
Notes
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" \ |