diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-29 19:55:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-29 19:55:02 +0800 |
commit | 37fabc186ef2664aa8176f22381a4a2172705d7b (patch) | |
tree | 026b630c9d03ef50f9f7b8273c7cc67b7d24fb15 /audio | |
parent | b458975cb8e0624c3c9825185260eb6b98fa5670 (diff) | |
download | freebsd-ports-gnome-37fabc186ef2664aa8176f22381a4a2172705d7b.tar.gz freebsd-ports-gnome-37fabc186ef2664aa8176f22381a4a2172705d7b.tar.zst freebsd-ports-gnome-37fabc186ef2664aa8176f22381a4a2172705d7b.zip |
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
Diffstat (limited to 'audio')
-rw-r--r-- | audio/akode/Makefile | 3 | ||||
-rw-r--r-- | audio/arts/Makefile | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile index cddd1a7afdaf..fc3767295e41 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -35,8 +35,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ - --program-transform-name= \ +CONFIGURE_ARGS+=--program-transform-name= \ --with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include diff --git a/audio/arts/Makefile b/audio/arts/Makefile index d259023e2cf0..fb6991fcfe2e 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -37,8 +37,6 @@ _NO_KDE_FINAL= yes CFLAGS+= -DHAVE_VASPRINTF CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" -CONFIGURE_TARGET= # empty -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= ESD "Enable esound support" off \ NAS "Enable NAS support" off |