summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk13/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-23 00:47:17 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-23 00:47:17 +0000
commitdcd244340ebfb9a8eb7a9a4af11a7d6b61d5d64a (patch)
tree7ff9bea510e0c65a6afb44ee65043dd72db7bb16 /x11-toolkits/gtk13/Makefile
parent(1) Add BROKEN_ELF variable, similar to BROKEN. (There is no BROKEN_AOUT, (diff)
Upgrade to 1.1.2, and convert gtk11 to elf.
Notes
Notes: svn path=/head/; revision=13343
Diffstat (limited to 'x11-toolkits/gtk13/Makefile')
-rw-r--r--x11-toolkits/gtk13/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile
index e35459ec6801..736687b2fe5b 100644
--- a/x11-toolkits/gtk13/Makefile
+++ b/x11-toolkits/gtk13/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: gtk
-# Version required: 1.1.1
+# Version required: 1.1.2
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.25 1998/09/15 11:41:42 vanilla Exp $
+# $Id: Makefile,v 1.26 1998/09/22 23:31:14 asami Exp $
#
-DISTNAME= gtk+-1.1.1
-PKGNAME= gtk-1.1.1
+DISTNAME= gtk+-1.1.2
+PKGNAME= gtk-1.1.2
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \
@@ -30,7 +30,7 @@ pre-install:
fi
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>