diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-15 00:20:45 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-15 00:20:45 +0800 |
commit | f8470ae9cb661bd0317c4222371223cf1640bd5d (patch) | |
tree | 545ccd86d13b6188475b864d666e9f05cfcf9e4c /audio/cantus_3 | |
parent | f661bb2858645e92fe2ea70aba66dbd7558cda3e (diff) | |
download | freebsd-ports-gnome-f8470ae9cb661bd0317c4222371223cf1640bd5d.tar.gz freebsd-ports-gnome-f8470ae9cb661bd0317c4222371223cf1640bd5d.tar.zst freebsd-ports-gnome-f8470ae9cb661bd0317c4222371223cf1640bd5d.zip |
- Remove 4.X support from unmaintained ports in categories starting with
letter a-c
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> |