diff options
Diffstat (limited to 'audio/sidplay')
-rw-r--r-- | audio/sidplay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index 0b260a715007..c0cbb27cc840 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1996 # Whom: Stefan Zehl <sec@42.org> # -# $Id: Makefile,v 1.1.1.1 1998/07/26 08:14:02 dburr Exp $ +# $Id: Makefile,v 1.2 1998/07/27 18:11:10 asami Exp $ # DISTNAME= sidplay-13625 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org +BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 + GNU_CONFIGURE= YES USE_GMAKE= YES |