diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-14 16:20:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-14 16:20:45 +0000 |
commit | f89a2cd35601115b66290265f8f0504b6bbf6f1d (patch) | |
tree | 5d1e80daed50ca725f6e1e41cc0ef88e49fa0b99 /audio/cantus_3 | |
parent | f6b5e52b70ba69120358e0ee7c5110f44cd22e95 (diff) | |
download | ports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.tar.gz ports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.zip |
Notes
Diffstat (limited to 'audio/cantus_3')
-rw-r--r-- | audio/cantus_3/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile index faf36cf1a99c..3644f6b7ab49 100644 --- a/audio/cantus_3/Makefile +++ b/audio/cantus_3/Makefile @@ -25,12 +25,6 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libglade2 USE_XLIB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= Does not build on 4.X. -.endif - BASH?= ${LOCALBASE}/bin/bash do-build: @@ -39,4 +33,4 @@ do-build: do-install: @cd ${WRKSRC} && ${BASH} build.sh --install --prefix '${PREFIX}' -.include <bsd.port.post.mk> +.include <bsd.port.mk> |