diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/paprefs/Makefile | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412344
Diffstat (limited to 'audio/paprefs/Makefile')
-rw-r--r-- | audio/paprefs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/paprefs/Makefile b/audio/paprefs/Makefile index 7cd388b853f6..1442cc99540a 100644 --- a/audio/paprefs/Makefile +++ b/audio/paprefs/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/ MAINTAINER= romain@FreeBSD.org COMMENT= GTK configuration dialog for PulseAudio -LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ - libpulse.so:${PORTSDIR}/audio/pulseaudio +LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \ + libpulse.so:audio/pulseaudio GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -24,7 +24,7 @@ OPTIONS_DEFINE= PK NLS OPTIONS_SUB= yes PK_DESC= Force dependency on PackageKit -PK_LIB_DEPENDS= libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit +PK_LIB_DEPENDS= libpackagekit-glib2.so:ports-mgmt/packagekit NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |