diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 23:26:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 23:26:23 +0800 |
commit | e1d30c56d8683b1cbbbfac166938d461c936cb0e (patch) | |
tree | c58201dfe596662f56821940b522267813007f01 /comms | |
parent | 0511e7239d40a4e00f460b712435334d766a531a (diff) | |
download | freebsd-ports-gnome-e1d30c56d8683b1cbbbfac166938d461c936cb0e.tar.gz freebsd-ports-gnome-e1d30c56d8683b1cbbbfac166938d461c936cb0e.tar.zst freebsd-ports-gnome-e1d30c56d8683b1cbbbfac166938d461c936cb0e.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'comms')
-rw-r--r-- | comms/anyremote/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index f738269ec6b2..c1ac0111d880 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -11,6 +11,7 @@ COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 +USES= pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |