diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-11 08:56:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-11 08:56:35 +0800 |
commit | 1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852 (patch) | |
tree | 519f128e79f3e6e51d44afee277576f766a0d80e /math/gcalctool | |
parent | 4724571832a77565e24a365acb088f59c9862ff9 (diff) | |
download | marcuscom-ports-1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852.tar marcuscom-ports-1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852.tar.gz marcuscom-ports-1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852.tar.bz2 marcuscom-ports-1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852.tar.lz marcuscom-ports-1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852.tar.xz marcuscom-ports-1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852.tar.zst marcuscom-ports-1ba84346fd7bcc2ef2c412a1a15a6e0ad973f852.zip |
Add a missing dependency on libglade2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9920 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index ac45a0db9..4923cb0dd 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.82 2007/10/17 21:36:12 mezz Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.84 2007/10/29 23:25:08 ahze Exp $ # PORTNAME= gcalctool PORTVERSION= 5.21.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -24,7 +25,7 @@ USE_GETTEXT= yes USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils +USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils libglade2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |