mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
This commit is contained in:
parent
470699658d
commit
373761d0b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16265
@ -3,7 +3,7 @@
|
||||
# Date created: 24 Nov 1998
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/12/10 13:02:48 vanilla Exp $
|
||||
# $Id: Makefile,v 1.5 1998/12/27 20:49:40 vanilla Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gEDA-19981213
|
||||
@ -20,7 +20,8 @@ LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}"
|
||||
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}"
|
||||
CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk10-config
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user