diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 17:03:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 17:03:40 +0800 |
commit | 8ecb508d762e9d2149264a51f089c8b66986b6b9 (patch) | |
tree | 97403579fbaa2d6a14b02f6e87b9d0e3c90d7639 /comms/morse | |
parent | ffca3522226ce469a59c0896fc22253b2f4e93c1 (diff) | |
download | freebsd-ports-gnome-8ecb508d762e9d2149264a51f089c8b66986b6b9.tar.gz freebsd-ports-gnome-8ecb508d762e9d2149264a51f089c8b66986b6b9.tar.zst freebsd-ports-gnome-8ecb508d762e9d2149264a51f089c8b66986b6b9.zip |
Eliminate USE_GNOME=pkgconfig from comms
Diffstat (limited to 'comms/morse')
-rw-r--r-- | comms/morse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/morse/Makefile b/comms/morse/Makefile index a733e85c6c60..ebba337387e6 100644 --- a/comms/morse/Makefile +++ b/comms/morse/Makefile @@ -37,7 +37,7 @@ LDFLAGS+= -L${PREFIX}/lib .elif ${PORT_OPTIONS:MPULSEAUDIO} MAKE_FLAGS+= DEVICE=PA LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio -USE_GNOME= pkgconfig +USES+= pkgconfig .endif do-install: |