aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtksee
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commitfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch)
tree4ccb4a868e97ff347416395233e3825776b24951 /graphics/gtksee
parentd0cdca8bc326260560504ebb5d4b206942ca5125 (diff)
downloadports-fda2e985daa21bcac7cf4e4882e560933d7ad5e8.tar.gz
ports-fda2e985daa21bcac7cf4e4882e560933d7ad5e8.zip
Notes
Diffstat (limited to 'graphics/gtksee')
-rw-r--r--graphics/gtksee/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
index cdd92ad5b079..30bf9cc6ca5d 100644
--- a/graphics/gtksee/Makefile
+++ b/graphics/gtksee/Makefile
@@ -13,18 +13,16 @@ MASTER_SITES= http://hotaru.clinuxworld.com/gtksee/ \
MAINTAINER= dirk@FreeBSD.org
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
bzip2:${PORTSDIR}/archivers/bzip2
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
+USE_GTK= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LDFLAGS=-L${PREFIX}/lib
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>