aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines2/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 04:10:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 04:10:49 +0000
commit17c11bd3575cd6238c1674f9c6338d2d9586d2f5 (patch)
treeffa271fa0c35f2b1cc27ef19cfdd72e399e0bf7a /x11-themes/gtk-engines2/Makefile
parent6d2faeb0e137565269431824648619184e85fe5b (diff)
Notes
Diffstat (limited to 'x11-themes/gtk-engines2/Makefile')
-rw-r--r--x11-themes/gtk-engines2/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
index ccafe5b284fe..a499180774b7 100644
--- a/x11-themes/gtk-engines2/Makefile
+++ b/x11-themes/gtk-engines2/Makefile
@@ -3,7 +3,7 @@
# Date Created: 23 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.10 1999/03/27 10:35:56 vanilla Exp $
+# $Id: Makefile,v 1.11 1999/04/08 18:08:39 steve Exp $
#
DISTNAME= gtk-engines-0.5
@@ -13,11 +13,13 @@ MASTER_SITE_SUBDIR= sources/gtk-engines
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+USE_LIBTOOL= yes
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
THEMES= metal notif pixmap redmond95
@@ -28,7 +30,4 @@ post-patch:
${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
done
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>