diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
commit | b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (patch) | |
tree | 1b4ff069c830fd60b78ef9613fa9aa5abef69f83 /ftp/gtm | |
parent | bebd89314e57ff34ea47724c5605a0f32c425dcf (diff) | |
download | ports-b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02.tar.gz ports-b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02.zip |
Notes
Diffstat (limited to 'ftp/gtm')
-rw-r--r-- | ftp/gtm/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index 5af05a4535c9..c1107396ee77 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -13,22 +13,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nectar@FreeBSD.org -LIB_DEPENDS= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ - panel_applet.4:${PORTSDIR}/x11/gnomecore BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget \ - gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= yes GNU_CONFIGURE= yes - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ |