diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 04:40:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 04:40:43 +0000 |
commit | e6e00879380e7bef463278c68df2ba90de847542 (patch) | |
tree | c57ffe20ced986f5d33a036d3d421e1127687040 /audio/replay | |
parent | 1b54b6b847b9074d20889286a6c1e122847b144e (diff) | |
download | ports-e6e00879380e7bef463278c68df2ba90de847542.tar.gz ports-e6e00879380e7bef463278c68df2ba90de847542.zip |
Notes
Diffstat (limited to 'audio/replay')
-rw-r--r-- | audio/replay/Makefile | 4 | ||||
-rw-r--r-- | audio/replay/files/patch-aa | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile index 860919fdf057..cc249a75dd0a 100644 --- a/audio/replay/Makefile +++ b/audio/replay/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 27 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1999/02/02 17:05:21 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/02/03 07:28:39 asami Exp $ # DISTNAME= replay-source-dgtk_0.61 @@ -13,7 +13,7 @@ MASTER_SITES= http://replay.linuxpower.org/files/ MAINTAINER= nacai@iname.com -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/audio/replay/files/patch-aa b/audio/replay/files/patch-aa index f0ef2099e569..bc490b95c6bd 100644 --- a/audio/replay/files/patch-aa +++ b/audio/replay/files/patch-aa @@ -5,7 +5,7 @@ # Make sure the path is correct! -GTK-CONFIG = "gtk-config" -+GTK-CONFIG = "gtk11d-config" ++GTK-CONFIG = "gtk12-config" # ---- @OS_TYPE@/@ARCH_TYPE@ ---- |