diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch) | |
tree | a275bb65cb1b83d2d0c4e0c043186a0176c357ce /math/gcalctool | |
parent | e19daf26a391b9070456a133fb8dbaf46ca059c8 (diff) | |
download | FreeBSD-ports-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip FreeBSD-ports-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz |
Convert to new GNOME infrastructure.
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index a211cdf..b2f70ad 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -15,17 +15,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |