Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.

This commit is contained in:
Jacques Vidrine 1999-01-22 21:34:35 +00:00
parent 22477be9ad
commit cc52938b3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16268
2 changed files with 15 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# Date created: 11 November 1998
# Whom: Andrey Zakhvatov
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1998/12/24 07:23:02 steve Exp $
#
DISTNAME= gtkballs-1.02
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= games/strategy
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10
ALL_TARGET= gtkballs
MAKEFILE= makefile

View File

@ -1,6 +1,6 @@
--- makefile.orig Thu Dec 31 21:01:58 1998
+++ makefile Thu Dec 31 21:02:04 1998
@@ -6,7 +6,7 @@
--- makefile.orig Sun Nov 15 03:37:57 1998
+++ makefile Fri Jan 22 15:10:46 1999
@@ -6,15 +6,15 @@
#
# Installation prefix
#
@ -9,3 +9,13 @@
#
# C options
#
CFLAGS?= -Wall -ansi -pedantic -g
CFLAGS+= -DPREFIX=\"$(PREFIX)\"
-CFLAGS+= `gtk-config --cflags`
-CLIBS= `gtk-config --libs`
+CFLAGS+= `gtk10-config --cflags`
+CLIBS= `gtk10-config --libs`
all: gtkballs TAGS