diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-07 01:40:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-07 01:40:44 +0800 |
commit | c714923a2b79a2c627ed25975529223e5eedbfe0 (patch) | |
tree | 01c2ebb02832bf98bc3c4a284fc2ad6fb75d1f1c /audio/darkice/Makefile | |
parent | ec3861dcd020a7873e5c828dcbcee56e6ae65232 (diff) | |
download | freebsd-ports-gnome-c714923a2b79a2c627ed25975529223e5eedbfe0.tar.gz freebsd-ports-gnome-c714923a2b79a2c627ed25975529223e5eedbfe0.tar.zst freebsd-ports-gnome-c714923a2b79a2c627ed25975529223e5eedbfe0.zip |
upgrade to 0.11
PR: 43692
Submitted by: Ports Fury
Diffstat (limited to 'audio/darkice/Makefile')
-rw-r--r-- | audio/darkice/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 050ac285734c..b59d8700240e 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -7,7 +7,7 @@ # PORTNAME= darkice -PORTVERSION= 0.10.1 +PORTVERSION= 0.11 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,14 +25,4 @@ CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \ MAN1= darkice.1 MAN5= darkice.cfg.5 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -CXXFLAGS:= ${CXXFLAGS:N-O*} -.endif - -# alternatively: -# -#USE_GCC= 3.1 - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |