diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
commit | 9edf2e2b52def7f393eec8e83c51ee62cbf76d8e (patch) | |
tree | d4db3e37354ea6d96395504427689a81e14445e9 /audio/xmms-shn | |
parent | dae6e366c5468ad071ce1254dd65dfa61525d904 (diff) | |
download | ports-9edf2e2b52def7f393eec8e83c51ee62cbf76d8e.tar.gz ports-9edf2e2b52def7f393eec8e83c51ee62cbf76d8e.zip |
Notes
Diffstat (limited to 'audio/xmms-shn')
-rw-r--r-- | audio/xmms-shn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 9aba0ba0d3bf..eaf99b4236a3 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -12,12 +12,11 @@ MASTER_SITES= http://sdf.lonestar.org/~jason/shn-utils/xmms-shn/source/ MAINTAINER= fenner@FreeBSD.Org -LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes +USE_GTK= yes USE_AUTOCONF= yes USE_GMAKE= yes |