summaryrefslogtreecommitdiffstats
path: root/audio/replay
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerreg <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commit97830337b8c0333a12d15a49ea1f9c9cdc3dfddf (patch)
treea059ae14b97a6e427c4c5a801e98bb245e73742e /audio/replay
parent38d35e3db9111f42b79313f05731c75e6e55d7e8 (diff)
downloadFreeBSD-ports-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.zip
FreeBSD-ports-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.tar.gz
Implement USE_GTK, part 1.
Diffstat (limited to 'audio/replay')
-rw-r--r--audio/replay/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile
index 90d051c..830743b 100644
--- a/audio/replay/Makefile
+++ b/audio/replay/Makefile
@@ -15,15 +15,11 @@ DISTNAME= ${PORTNAME}-source-dgtk_${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- esd.2:${PORTSDIR}/audio/esound
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
USE_X_PREFIX= yes
+USE_GTK= yes
+USE_ESOUND= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.if defined(WITH_I18N)
OpenPOWER on IntegriCloud