mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix unassociated shell command.
Pointy hat to: nork Reported by: make describe ECHO_MSG='echo > /dev/null'
This commit is contained in:
parent
2503647622
commit
6829fa55f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71523
@ -29,16 +29,17 @@ PKGNAMESUFFIX= -esound
|
||||
CONFIGURE_ARGS+= --disable-esd
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
USE_GNOME= yes
|
||||
.else
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Define WITH_GNOME to include GNOME support"
|
||||
.endif
|
||||
.if defined(WITH_DOCKAPP)
|
||||
CONFIGURE_ARGS+= --enable-dockapp
|
||||
.else
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Define WITH_DOCKAPP to include WindowMaker support"
|
||||
.endif
|
||||
|
||||
|
@ -29,16 +29,17 @@ PKGNAMESUFFIX= -esound
|
||||
CONFIGURE_ARGS+= --disable-esd
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
USE_GNOME= yes
|
||||
.else
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Define WITH_GNOME to include GNOME support"
|
||||
.endif
|
||||
.if defined(WITH_DOCKAPP)
|
||||
CONFIGURE_ARGS+= --enable-dockapp
|
||||
.else
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Define WITH_DOCKAPP to include WindowMaker support"
|
||||
.endif
|
||||
|
||||
|
@ -29,16 +29,17 @@ PKGNAMESUFFIX= -esound
|
||||
CONFIGURE_ARGS+= --disable-esd
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if defined(WITH_GNOME)
|
||||
CONFIGURE_ARGS+= --enable-gnome
|
||||
USE_GNOME= yes
|
||||
.else
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Define WITH_GNOME to include GNOME support"
|
||||
.endif
|
||||
.if defined(WITH_DOCKAPP)
|
||||
CONFIGURE_ARGS+= --enable-dockapp
|
||||
.else
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Define WITH_DOCKAPP to include WindowMaker support"
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user