diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 17:06:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 17:06:36 +0000 |
commit | 190f55a279c2f57900f59e48e7eca8e8f824ab40 (patch) | |
tree | e9a21de53de4697ea2660cc926cbbcb36603f97c /audio/soundtracker | |
parent | 4aebc79e6eb6b7ef4a9d3d3f141b55a40e33e18d (diff) |
Notes
Diffstat (limited to 'audio/soundtracker')
-rw-r--r-- | audio/soundtracker/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index de41339bfb0c..19402ba179a0 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -17,6 +17,9 @@ COMMENT= Mod player/tracking tool which supports XM and MOD formats LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile +DEPRECATED= Abandonware +EXPIRATION_DATE= 2011-09-01 + USE_GNOME= esound gdkpixbuf gnomehack gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |