diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | 92103d6d5cd276d1373540bf8b9d97a23929f822 (patch) | |
tree | 2313fd648f4f8aae5fe387795ed60d255d84b5d9 /audio/replay | |
parent | 0ebce2fca246698aa00a259132fd207e4209026d (diff) | |
download | ports-92103d6d5cd276d1373540bf8b9d97a23929f822.tar.gz ports-92103d6d5cd276d1373540bf8b9d97a23929f822.zip |
Notes
Diffstat (limited to 'audio/replay')
-rw-r--r-- | audio/replay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile index cc249a75dd0a..d1964a449c9c 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.8 1999/02/03 07:28:39 asami Exp $ +# $Id: Makefile,v 1.9 1999/04/22 04:40:42 mharo Exp $ # DISTNAME= replay-source-dgtk_0.61 @@ -13,7 +13,7 @@ MASTER_SITES= http://replay.linuxpower.org/files/ MAINTAINER= nacai@iname.com -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes |