diff options
-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" \ |