mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
This commit is contained in:
parent
cc52938b3a
commit
847adcda19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16269
@ -3,7 +3,7 @@
|
||||
# Date created: 21 April 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1999/01/05 01:04:37 steve Exp $
|
||||
# $Id: Makefile,v 1.8 1999/01/12 16:50:44 vanilla Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtkDPS-0.2.16
|
||||
@ -13,11 +13,12 @@ MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve
|
||||
|
||||
MAINTAINER= nacai@iname.com
|
||||
|
||||
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
|
||||
LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10
|
||||
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
|
||||
|
||||
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
|
||||
--with-dps-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config"
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user