diff options
author | arved <arved@FreeBSD.org> | 2005-05-12 00:02:11 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-05-12 00:02:11 +0800 |
commit | e37e8837dfea9451817e87cd60bd2b890e003775 (patch) | |
tree | b15d25012d26f26c1d74e591ab577084ba4d26ba /audio | |
parent | 39bbaf70565c5a5747d1a17bc0b2b35f15fe18d2 (diff) | |
download | freebsd-ports-gnome-e37e8837dfea9451817e87cd60bd2b890e003775.tar.gz freebsd-ports-gnome-e37e8837dfea9451817e87cd60bd2b890e003775.tar.zst freebsd-ports-gnome-e37e8837dfea9451817e87cd60bd2b890e003775.zip |
Fix package build (missing !)
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xsidplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index 01468d1ad4e7..65b957848ed2 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -56,7 +56,7 @@ QTCFGLIBS+= -Wl,--rpath,${LOCALBASE}/lib/sidplay/builders LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay .endif -.if defined(NOPORTDOCS) +.if !defined(NOPORTDOCS) PORTDOCS= README STIL.faq hv_sids.faq .endif |